home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: A screen designer for C/C++
- Date: 21 Feb 1996 10:16:55 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4gfninINNbeo@keats.ugrad.cs.ubc.ca>
- References: <4gbbru$hbb@motss.newpaltz.edu>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <4gbbru$hbb@motss.newpaltz.edu>,
- Patrick A Drozdowski Jr. <drozdo30@eelab.newpaltz.edu> wrote:
- >Subject: A screen designer for C/C++
- >Newsgroups: comp.lang.c
- >Summary:
- >Keywords:
- >
- >Hello,
- > For anyone interested... I have written an editor which makes
- >single page screens that is saved in a format that can be read by a C
- >program. Its a helluva lot easier than changing colors allthe time and
-
- Can it be read by a standard C program running on a Sun workstation, Apple
- Macintosh or IBM mainframe?
-
- >thousands of printf's and gotoxy's. It is exellent for designing opening
- >screens.
-
- gotoxy() is not a standard function, so anything which saves you from using it
- is probably a good thing.
-
- >It's screen loading source code was tested on Turbo C and Borland C++ and
- >I assume it will work on any other DOS version of C.
-
- That's not exactly super useful. Did you at least use ANSI escape sequences
- (via some NANSI.SYS driver thing?) Or did you add yet another name to the Direct
- Screen Write hall of fame?
- --
-
-